[06/08/23] added gruvbox color scheme, removed style.html

This commit is contained in:
andrew 2023-08-06 18:30:38 +01:00
parent 83590d3916
commit 39c52872d7
12 changed files with 25 additions and 126 deletions

View file

@ -1,5 +1,5 @@
<h1 class="display-3" style="font-weight:700;position:sticky;top:0;backdrop-filter:blur(10px);z-index:1000;" id="logo">
<span style="color:black;background-color:white;">ac</span>
<span style="color:#282828;background-color:#ebdbb2;">ac</span>
</h1>
<div class="row row-cols-1 row-cols-md-2">
<div class="col col-md-3">

View file

@ -1,14 +0,0 @@
<style>
code {
color: white;
}
pre {
color: white;
}
::selection {
background-color: white;
color: black;
}
</style>