diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design.txt | 2 | ||||
| -rw-r--r-- | docs/style.css | 6 |
2 files changed, 4 insertions, 4 deletions
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; } |