summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Boers2022-12-03 16:05:14 +0100
committerRobin Boers2022-12-03 16:05:14 +0100
commit9620a943bb0152d46f0bafade91e9e7293fa31c2 (patch)
treed5b9751def3114ec4a85821efa2860dc58efebc0
parent93986cf8037f65b21883632c218c8e6c13c4ef96 (diff)
Fix reddit.css and add fundament.css
-rw-r--r--content/fundament.css39
-rw-r--r--content/reddit.css4
-rw-r--r--userContent.css1
3 files changed, 40 insertions, 4 deletions
diff --git a/content/fundament.css b/content/fundament.css
new file mode 100644
index 0000000..e216349
--- /dev/null
+++ b/content/fundament.css
@@ -0,0 +1,39 @@
1@namespace url(http://www.w3.org/1999/xhtml);
2
3@-moz-document domain("fundament-online.nl") {
4 body {
5 font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue",sans-serif !important;
6 }
7 .course strong, .course b {
8 color: #1e5633 !important;
9 }
10
11 .personal-menu i {
12 color: #888 !important;
13 }
14 .personal-menu a {
15 color: #4a4a4a !important;
16 }
17
18 .navbar {
19 height: 45px !important;
20 background: #084524 !important;
21 color: white !important;
22 border-bottom: 1px solid #1e5632 !important;
23 }
24
25 .navbar-brand {
26 display: none !important;
27 }
28
29 .navbar-light .navbar-nav .nav-link, .navbar-nav .fas {
30 color: rgba(255,255,255,.8) !important;
31 }
32 .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
33 color: white !important;;
34 }
35
36 .dropdown-item.active, .dropdown-item:active {
37 background-color: inherit !important;
38 }
39}
diff --git a/content/reddit.css b/content/reddit.css
index 066d9e1..2f6f892 100644
--- a/content/reddit.css
+++ b/content/reddit.css
@@ -26,10 +26,6 @@
26 border-top: none !important; 26 border-top: none !important;
27 } 27 }
28 28
29 .side {
30 width: min-content !important;
31 }
32
33 /* GENERAL */ 29 /* GENERAL */
34 30
35 html { 31 html {
diff --git a/userContent.css b/userContent.css
index 250d936..22fcfa5 100644
--- a/userContent.css
+++ b/userContent.css
@@ -7,3 +7,4 @@
7@import "content/ads.css"; 7@import "content/ads.css";
8@import "content/som.css"; 8@import "content/som.css";
9@import "content/github.css"; 9@import "content/github.css";
10@import "content/fundament.css";