summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-08-16 14:08:38 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-08-16 14:13:22 +0530
commit1f2b68974722bf71ef2a27311c3d029bae0cdef7 (patch)
treec37bc7d495de32d630a0c85fbabd56edfab0e94c /data/style.css
parent81a6aa509a66184d67bdbddae15536e9403ddad7 (diff)
whatever
Diffstat (limited to 'data/style.css')
-rwxr-xr-xdata/style.css9
1 files changed, 2 insertions, 7 deletions
diff --git a/data/style.css b/data/style.css
index ec78986..03059c4 100755
--- a/data/style.css
+++ b/data/style.css
@@ -18,7 +18,7 @@ img {
body {
color: #ffffff;
background: #111;
- font-family: sans-serif;
+ font-family: 'Courier New', Courier, monospace;
margin: 0;
padding: 0;
}
@@ -29,14 +29,13 @@ code {
background: #202020;
display: inline-block;
font-size: 15px;
- font-family: 'Courier New', Courier, monospace;
}
.footer {
position: absolute;
bottom: 0;
background: #323030;
- color: #bdbdbd;
+ color: #ffffff;
width: 100%;
}
@@ -93,7 +92,6 @@ main {
border-color: #ffffff;
color: #111;
font-size: 18.72px;
- font-family: 'Courier New', Courier, monospace;
letter-spacing: 8px;
padding: 9px 18px;
text-align: center;
@@ -133,7 +131,6 @@ main {
text-decoration: none;
text-transform: uppercase;
width: fit-content;
- font-family: 'Courier New', Courier, monospace;
}
.navbar li a:hover:not(.active) {
@@ -167,7 +164,6 @@ table {
}
h2, h3 {
- font-family: 'Courier New', Courier, monospace;
display: block;
background-color: #ffffff;
border-style: solid;
@@ -199,7 +195,6 @@ th {
text-align: center;
text-indent: 2px;
text-transform: uppercase;
- font-family: 'Courier New', Courier, monospace;
}
/* Janky way to set color the right borders of two heading cells */