aboutsummaryrefslogtreecommitdiff
path: root/src/styles/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/style.css')
-rw-r--r--src/styles/style.css11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/styles/style.css b/src/styles/style.css
index 2f5d005..737c6fc 100644
--- a/src/styles/style.css
+++ b/src/styles/style.css
@@ -1,7 +1,7 @@
@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap');
body {
font-family: "JetBrains Mono", monospace;
- background: #333333;
+ background: #252525;
color: white;
}
@@ -18,7 +18,6 @@ body {
a {
color: #00e600;
text-decoration: none;
- font-size: 20px;
}
a:hover {
@@ -29,9 +28,13 @@ a:active {
color: #009400;
}
+.nav {
+ font-size: 1.2em;
+ font-weight: bold;
+}
p {
- font-size: 20px;
+ font-size: 1.1em;
}
footer {
@@ -45,4 +48,4 @@ footer {
img.logo {
width: 50%;
height: auto;
- }
+}