mirror of
https://github.com/Xevion/undefined.behavio.rs.git
synced 2025-12-07 11:16:53 -06:00
Disable code CSS, transfer post_date class into Tailwind
This commit is contained in:
@@ -1,31 +1,31 @@
|
||||
pre,
|
||||
code {
|
||||
font-family: "CMU Typewriter Text", monospace;
|
||||
font-size: 0.75em;
|
||||
font-style: normal !important;
|
||||
// font-family: "CMU Typewriter Text", monospace;
|
||||
// font-size: 0.75em;
|
||||
// font-style: normal !important;
|
||||
}
|
||||
|
||||
a > code {
|
||||
color: #90bcff;
|
||||
// color: #90bcff;
|
||||
}
|
||||
|
||||
code {
|
||||
border: 1px solid rgb(150, 150, 150);
|
||||
border-radius: 3px;
|
||||
background-color: rgb(0, 0, 0);
|
||||
padding: 0.15em 0.34em;
|
||||
white-space: nowrap;
|
||||
// border: 1px solid rgb(150, 150, 150);
|
||||
// border-radius: 3px;
|
||||
// background-color: rgb(0, 0, 0);
|
||||
// padding: 0.15em 0.34em;
|
||||
// white-space: nowrap;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: rgb(25, 25, 25);
|
||||
border-radius: 7px;
|
||||
padding: 1em;
|
||||
// background: rgb(25, 25, 25);
|
||||
// border-radius: 7px;
|
||||
// padding: 1em;
|
||||
|
||||
code {
|
||||
font-size: 1em;
|
||||
border: 0;
|
||||
background-color: transparent !important;
|
||||
white-space: pre-wrap;
|
||||
// font-size: 1em;
|
||||
// border: 0;
|
||||
// background-color: transparent !important;
|
||||
// white-space: pre-wrap;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
@import "glitch";
|
||||
@import "mixins";
|
||||
@import "helpers";
|
||||
@import "code";
|
||||
// @import "code";
|
||||
|
||||
// Dark-mode selections
|
||||
::selection,
|
||||
@@ -231,14 +231,9 @@ nav {
|
||||
}
|
||||
|
||||
.post_date {
|
||||
float: right;
|
||||
margin: 0 0 1em 2em;
|
||||
line-height: 1;
|
||||
text-align: center;
|
||||
text-transform: uppercase;
|
||||
border: thin solid white;
|
||||
border-width: thin 0;
|
||||
padding: 0.25em 0;
|
||||
// border
|
||||
// border: thin solid white;
|
||||
// border-width: thin 0;
|
||||
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
||||
Reference in New Issue
Block a user