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