summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorAdam Olech <nddr89@gmail.com>2021-10-17 23:16:59 +0200
committerAdam Olech <nddr89@gmail.com>2021-10-17 23:16:59 +0200
commite971532833605f9102545202ba04a878ddf214dc (patch)
treec87964580cd202ce58365cd10d93a1be933d8c5a /static
parent5bff81ccd9851e34f3488a8e7d9f0fb934084d02 (diff)
Add the old about page
Diffstat (limited to 'static')
-rw-r--r--static/css/custom.css4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/css/custom.css b/static/css/custom.css
index 4fba6b6..86a91d0 100644
--- a/static/css/custom.css
+++ b/static/css/custom.css
@@ -1,3 +1,7 @@
.sidebar {
background-image: linear-gradient(to right top, #084035, #215a56, #3d7579, #5d919c, #80adbf);
}
+
+body > aside > div > div > h1 {
+ font-style: italic;
+}