summaryrefslogtreecommitdiff
path: root/data/style.css
diff options
context:
space:
mode:
authorArnav Bhatt <arnav@ghativega.in>2023-08-11 21:29:32 +0530
committerArnav Bhatt <arnav@ghativega.in>2023-08-16 14:09:09 +0530
commit81a6aa509a66184d67bdbddae15536e9403ddad7 (patch)
tree6a949fe0e103cd205f8663dbb3820f7e50c48a72 /data/style.css
parent8540c31afdbc88bb8ba2e67046a9a25820d8d6c9 (diff)
deperecate an article gonna write a better one
make website more readable
Diffstat (limited to 'data/style.css')
-rwxr-xr-xdata/style.css11
1 files changed, 8 insertions, 3 deletions
diff --git a/data/style.css b/data/style.css
index 9180878..ec78986 100755
--- a/data/style.css
+++ b/data/style.css
@@ -1,4 +1,4 @@
-/* Stylesheet for website. Copyright 2022 Arnav Bhatt */
+/* Stylesheet for website. */
html {
position: relative;
@@ -18,7 +18,7 @@ img {
body {
color: #ffffff;
background: #111;
- font-family: "Lucida Console", "Courier New", monospace;
+ font-family: sans-serif;
margin: 0;
padding: 0;
}
@@ -29,6 +29,7 @@ code {
background: #202020;
display: inline-block;
font-size: 15px;
+ font-family: 'Courier New', Courier, monospace;
}
.footer {
@@ -92,6 +93,7 @@ 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;
@@ -131,6 +133,7 @@ main {
text-decoration: none;
text-transform: uppercase;
width: fit-content;
+ font-family: 'Courier New', Courier, monospace;
}
.navbar li a:hover:not(.active) {
@@ -164,7 +167,8 @@ table {
}
h2, h3 {
- display: block;
+ font-family: 'Courier New', Courier, monospace;
+ display: block;
background-color: #ffffff;
border-style: solid;
border-color: #ffffff;
@@ -195,6 +199,7 @@ 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 */