summaryrefslogtreecommitdiff
path: root/data
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
parent8540c31afdbc88bb8ba2e67046a9a25820d8d6c9 (diff)
deperecate an article gonna write a better one
make website more readable
Diffstat (limited to 'data')
-rwxr-xr-xdata/contact.html2
-rw-r--r--data/donate.html2
-rwxr-xr-xdata/style.css11
3 files changed, 10 insertions, 5 deletions
diff --git a/data/contact.html b/data/contact.html
index 82700c1..b036f88 100755
--- a/data/contact.html
+++ b/data/contact.html
@@ -8,7 +8,7 @@
<meta property="og:description" content="Personal site of arnavbhatt288.">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
- <title>Ghativega - About</title>
+ <title>Ghativega - Contact</title>
<style>
img { border: none ;}
</style>
diff --git a/data/donate.html b/data/donate.html
index 8b0ba06..a9fbc92 100644
--- a/data/donate.html
+++ b/data/donate.html
@@ -8,7 +8,7 @@
<meta property="og:description" content="Personal site of arnavbhatt288.">
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
- <title>Ghativega - About</title>
+ <title>Ghativega - Donate</title>
<style>
img { border: none ;}
</style>
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 */