misc changes

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-05-21 21:37:00 +05:30
parent 1e71b94f3a
commit 95c9927eaf
15 changed files with 78 additions and 56 deletions

View File

@@ -1,16 +1,28 @@
@font-face {
font-family: 'Quantico';
font-style: normal;
font-weight: 400;
src: url('../fonts/Quantico-Regular.woff') format('woff');
}
@font-face {
font-family: 'Oxygen';
font-style: normal;
font-weight: 400;
src: url('../fonts/Oxygen.woff2') format('woff2');
}
@font-face {
font-family: 'Monoid Bold';
src: url('https://larsenwork.com/monoid/css/Monoid-Bold.eot');
src: url('https://larsenwork.com/monoid/css/Monoid-Bold.eot?#iefix') format('embedded-opentype'),
url('https://larsenwork.com/monoid/css/Monoid-Bold.woff2') format('woff2'),
url('https://larsenwork.com/monoid/css/Monoid-Bold.woff') format('woff'),
url('https://larsenwork.com/monoid/css/Monoid-Bold.ttf') format('truetype');
src: url('../fonts/Monoid-Bold.eot');
src: url('../fonts/Monoid-Bold-iefix.eot') format('embedded-opentype'),
url('../fonts/Monoid-Bold.woff2') format('woff2'),
url('../fonts/Monoid-Bold.woff') format('woff'),
url('../fonts/Monoid-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@import url("https://cdn.jsdelivr.net/npm/@xz/fonts@1/serve/cascadia-code.min.css");
:root {
--yellow: #b58900;
@@ -53,6 +65,7 @@ html {
}
body {
font-family: "Oxygen", sans-serif;
font-size: 1.6rem;
word-wrap: break-word;
}
@@ -70,13 +83,18 @@ main a, footer a {
color: var(--blue);
}
main a:hover, footer a:hover {
main a:hover, footer a:hover{
color: var(--light);
background: var(--blue);
}
.subdomains li a:hover {
background: none !important;
}
a {
text-decoration: none;
font-family: "Quantico", monospace;
}
a:hover {
@@ -120,11 +138,11 @@ h2 {
.post-preview-item {
list-style-type: none;
padding: 2rem;
border: 0.5rem dotted var(--violet);
border: 0.5rem ridge var(--violet);
}
.post-preview-item:not(:last-child) {
margin-bottom: 3rem;
margin-bottom: 3rem;
}
.post-title {