aboutsummaryrefslogtreecommitdiff
path: root/styles.css
diff options
context:
space:
mode:
Diffstat (limited to 'styles.css')
-rw-r--r--styles.css28
1 files changed, 26 insertions, 2 deletions
diff --git a/styles.css b/styles.css
index 3ab6ff25..6bb3301a 100644
--- a/styles.css
+++ b/styles.css
@@ -15,11 +15,12 @@ html {
15} 15}
16 16
17.c_acronym { 17.c_acronym {
18 background-color: #7A9F35; 18 background-color: #A5C663;
19} 19}
20 20
21 21
22#body_content a, 22#body_content a,
23#body_content a:link,
23#body_content a:visited { 24#body_content a:visited {
24 text-decoration: underline; 25 text-decoration: underline;
25 color: black; 26 color: black;
@@ -30,6 +31,18 @@ html {
30 background-color: rgba(200, 200, 200, 0.5); 31 background-color: rgba(200, 200, 200, 0.5);
31} 32}
32 33
34footer a,
35footer a:link,
36footer a:visited {
37 text-decoration: underline;
38 color: white;
39}
40
41footer a:hover {
42 transition: background-color 0.3s;
43 background-color: rgba(100, 100, 100, 0.5);
44}
45
33.c_intro { 46.c_intro {
34 min-height: 97vh; 47 min-height: 97vh;
35} 48}
@@ -51,6 +64,17 @@ html {
51 color: black; 64 color: black;
52} 65}
53 66
67.btn-dark {
68 background-color: #9d9d9d;
69}
70
71
72#mybody nav {
73 border-radius: 0px;
74}
75
54footer { 76footer {
55 margin-top: 2em; 77 padding-top: 2em;
78 background-color: #222;
79 color: white;
56} 80}