From 37684729283f62fd7f1e74bc2b318dc9ad2cb695 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Fri, 17 Jan 2025 12:12:01 -0500 Subject: Account for dependency changes, platform testing Signed-off-by: Andrew Opalach --- docs/design.txt | 2 +- docs/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'docs') diff --git a/docs/design.txt b/docs/design.txt index ef98961..9604efb 100644 --- a/docs/design.txt +++ b/docs/design.txt @@ -28,7 +28,7 @@ Nodes can be seen as distributed resource managers for the server. They each con Source Manager ^^^^^^^^^^^^^^ -A source manager implements any or all of browsing, searching, and custom resource actions. A big point of a source manager is to be able to work entirely behind a proxy. Some examples of sources may include a social media website, filesystem directory, dvd drive, or radio antenna. An example of browsing could be apple music's "New Music". An example of searching, youtube search. A custom action could be liking a post on twitter. +A source manager implements any or all of browsing, searching, and custom resource actions. A big point of a source manager is to be able to work entirely behind a proxy. Some examples of sources may include a social media website, filesystem directory, dvd drive, or radio antenna. An example of browsing could be Apple Music's "New Music". An example of searching, Youtube search. A custom action could be liking a post on Twitter. Database ^^^^^^^^ diff --git a/docs/style.css b/docs/style.css index f99c06c..f7722f7 100644 --- a/docs/style.css +++ b/docs/style.css @@ -1,13 +1,13 @@ body { font-family: serif; margin: 1em 35% 1em 5%; - background-color: #fef9fa; + background-color: #f9efe5; + color: #412f2d; } h3 { - text-decoration: underline; } strong { - color: #423152; + color: #934a5b; } -- cgit v1.2.3-101-g0448