mirror of https://gitlab.com/bashrc2/epicyon
Set style for notes
parent
f8960a7f0a
commit
c9d23f8142
|
@ -115,9 +115,11 @@ a:link {
|
||||||
}
|
}
|
||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-size: var(--font-size4);
|
font-size: var(--font-size4);
|
||||||
width: 90%;
|
width: 90%;
|
||||||
background-color: var(--text-entry-background);
|
background-color: var(--text-entry-background);
|
||||||
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (min-width: 400px) {
|
@media screen and (min-width: 400px) {
|
||||||
|
|
Loading…
Reference in New Issue