Changement de palette

This commit is contained in:
theo@manjaro 2022-05-12 17:29:45 +02:00
parent 123eed839d
commit c70d9b0415
1 changed files with 7 additions and 5 deletions

View File

@ -1,11 +1,11 @@
<div class="flex"><header>UniSquat</header></div>
<style>
:root {
--bg: #191919;
--bg-dark: #252525;
--bg-light: #4b4b4b;
--fg: #ffffff;
--hl: #8080ff;
--bg: #1f0e1c;
--bg-dark: #3e2137;
--bg-light: #584563;
--fg: #f5edba;
--hl: #9d303b;
}
body {
@ -56,6 +56,8 @@
font-weight: lighter;
border-left: solid;
border-width: 5px;
background: var(--bg-dark);
display: inline-block;
border-color: var(--hl);
}