[06/08/23] added gruvbox color scheme, removed style.html
This commit is contained in:
parent
83590d3916
commit
39c52872d7
12 changed files with 25 additions and 126 deletions
|
@ -10,26 +10,12 @@
|
|||
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/css/default.css" rel="stylesheet">
|
||||
<style>
|
||||
code {
|
||||
color: white;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: white;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container text-start">
|
||||
<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">
|
||||
|
|
|
@ -10,26 +10,12 @@
|
|||
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/css/default.css" rel="stylesheet">
|
||||
<style>
|
||||
code {
|
||||
color: white;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: white;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container text-start">
|
||||
<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">
|
||||
|
|
|
@ -10,26 +10,12 @@
|
|||
<link href="https://use.fontawesome.com/releases/v6.0.0/css/all.css" rel="stylesheet">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
|
||||
<link href="/assets/css/default.css" rel="stylesheet">
|
||||
<style>
|
||||
code {
|
||||
color: white;
|
||||
}
|
||||
|
||||
pre {
|
||||
color: white;
|
||||
}
|
||||
|
||||
::selection {
|
||||
background-color: white;
|
||||
color: black;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container text-start">
|
||||
<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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue