aboutsummaryrefslogtreecommitdiffstats
path: root/pyblackbird_cc/static
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-05-14 19:19:01 +0100
committerMatthew Lemon <y@yulqen.org>2024-05-14 19:19:01 +0100
commit355d4ce3c25a235d53b629dc7006ad47f0e56067 (patch)
treea481a3d57825abc33eb4bef01cc6a9ff592c2d91 /pyblackbird_cc/static
parent82d718de5e98b8543796ee61f112ab1e4177d850 (diff)
Further tidying
Diffstat (limited to 'pyblackbird_cc/static')
-rw-r--r--pyblackbird_cc/static/css/project.css19
1 files changed, 16 insertions, 3 deletions
diff --git a/pyblackbird_cc/static/css/project.css b/pyblackbird_cc/static/css/project.css
index 05ef176..401c8c4 100644
--- a/pyblackbird_cc/static/css/project.css
+++ b/pyblackbird_cc/static/css/project.css
@@ -32,9 +32,22 @@ body {
background-color: #eee;
}
-/*h2 {*/
-/* color: #657c76;*/
-/*}*/
+h1 {
+ color: #657c76;
+ font-size: 1.8rem;
+ font-weight: bold;
+
+}
+
+a {
+ font-size: inherit;
+ color: #394f49;
+ text-decoration: none;
+}
+
+header {
+ margin-top: 30px;
+}
/*h2 {*/
/* color: #4e8273;*/