summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAndrew Opalach <andrew@akon.city> 2025-01-17 12:12:01 -0500
committerAndrew Opalach <andrew@akon.city> 2025-01-17 12:12:01 -0500
commit37684729283f62fd7f1e74bc2b318dc9ad2cb695 (patch)
tree2f5be73bf64ac6573e35e8f499515659472a14c9 /docs
parentd1f1eb9b3713a450c0736caad17febae0721af4d (diff)
downloadcamu-37684729283f62fd7f1e74bc2b318dc9ad2cb695.tar.gz
camu-37684729283f62fd7f1e74bc2b318dc9ad2cb695.tar.bz2
camu-37684729283f62fd7f1e74bc2b318dc9ad2cb695.zip
Account for dependency changes, platform testing
Signed-off-by: Andrew Opalach <andrew@akon.city>
Diffstat (limited to 'docs')
-rw-r--r--docs/design.txt2
-rw-r--r--docs/style.css6
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;
}