summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-11-13 19:51:56 -0500
committermattkae <mattkae@protonmail.com>2022-11-13 19:51:56 -0500
commitf75dfb5d736b644ad2649452c3056ba71be856b8 (patch)
tree903efbd21aa3872ec695394ae98a33e35ae79d3e /index.css
parenta17411cbb8e8a67ff9c4815bd96cdd4ddb1a1ddb (diff)
The dumbest of blogging systems
Diffstat (limited to 'index.css')
-rw-r--r--index.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.css b/index.css
index dd14a8f..e7428b5 100644
--- a/index.css
+++ b/index.css
@@ -1,7 +1,7 @@
body {
width: 60vw;
height: 100vh;
- font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
+ font-family: "Noto Sans", 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 16px;
background-color: transparent;
color: black;
@@ -102,7 +102,7 @@ section a:hover {
.image_item > img {
width: inherit;
- border-radius: 3px;
+ border-radius: 3px;
border: 2px solid rgba(0, 0, 0, 0.3);
}