Disable code CSS, transfer post_date class into Tailwind

This commit is contained in:
2023-11-24 17:37:21 -06:00
parent 7e8c57bcf6
commit 6d669660f5
2 changed files with 20 additions and 25 deletions

View File

@@ -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;
}
}

View File

@@ -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;