mirror of
https://github.com/izzy2lost/textie.git
synced 2026-03-26 17:00:44 -07:00
44 lines
674 B
CSS
44 lines
674 B
CSS
body[onitor-theme='light']
|
|
{
|
|
background: white;
|
|
}
|
|
|
|
a[onitor-theme='light']
|
|
{
|
|
color: #808033;
|
|
}
|
|
|
|
h1[onitor-theme='light'], h2[onitor-theme='light'], h3[onitor-theme='light'], p[onitor-theme='light']
|
|
{
|
|
color: black;
|
|
}
|
|
|
|
li[onitor-theme='light']
|
|
{
|
|
color: black;
|
|
background: #E6E6E6;
|
|
}
|
|
|
|
.navbar[onitor-theme='light']
|
|
{
|
|
border: 2px solid black;
|
|
}
|
|
|
|
#text[onitor-theme='light']
|
|
{
|
|
border: 1.5px solid black;
|
|
background: #E6E6E6;
|
|
}
|
|
|
|
.splitbutton[onitor-theme='light']
|
|
{
|
|
border-color: black;
|
|
background: #02BB5B;
|
|
color: black;
|
|
}
|
|
|
|
.splitbutton-dropdown-content[onitor-theme='light']
|
|
{
|
|
border: 2px solid black;
|
|
background: #E6E6E6;
|
|
} |