Skip to content
Snippets Groups Projects

update css

Merged Hahn Axel (hahn) requested to merge couchdb-dump-security into master
1 file
+ 12
1
Compare changes
  • Side-by-side
  • Inline
+ 12
1
/*
/*
patch css elements of daux.io blue theme
patch css elements of daux.io blue theme
 
version 2022-04-22
*/
*/
@@ -34,7 +35,17 @@
@@ -34,7 +35,17 @@
/* ---------- tags ---------- */
/* ---------- tags ---------- */
body, *{color: var(--color); }
a.Brand::before {
 
background: rgb(255,0,51);
 
color: #fff;
 
font-family: arial;
 
font-weight: bold;
 
padding: 0.5em 0.3em;
 
content: 'IML';
 
margin-right: 0.4em;
 
}
 
 
body, *{color: var(--color);}
body{background: var(--bg-body);}
body{background: var(--bg-body);}
Loading