added quick fixes

This commit is contained in:
2023-01-22 12:15:53 +01:00
parent 8a33c83da3
commit 69e8785f23
3 changed files with 68 additions and 6 deletions
+6 -2
View File
@@ -6,7 +6,6 @@
:root {
--txt: #d3c6aa;
--accent: #a7c080;
--main-bg: #2d353b;
--body-bg: #2d353b;
--border: 4pt;
--font-body: "Consolas", monaco, "Liberation Mono", "Lucida Console", monospace;
@@ -24,7 +23,6 @@ body {
max-width: 900px;
min-height: 100vh;
margin: 0 auto;
background: var(--main-bg);
border-radius: var(--border);
}
@@ -84,6 +82,12 @@ a {
transition: 300ms;
}
code {
background: #232a2e;
padding: .2rem .3rem;
border-radius: .3rem;
}
a:hover,
a:active {
text-decoration: underline !important;