Update static/css/style.css

This commit is contained in:
Tracker-Friendly 2024-03-15 10:08:42 +00:00
parent 63b4cd5a2a
commit ee24a68466
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,6 @@ body {
margin-bottom: 0; margin-bottom: 0;
background-color: var(--note-button); background-color: var(--note-button);
color: var(--unselected-note-button-text-color); color: var(--unselected-note-button-text-color);
border: none;
border-radius: 8px; border-radius: 8px;
border: solid; border: solid;
@ -286,6 +285,7 @@ body {
text-align: left; text-align: left;
cursor: pointer; cursor: pointer;
white-space: nowrap;
overflow-x: hidden; overflow-x: hidden;
} }