added quick fixes
This commit is contained in:
+6
-2
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user