mirror of
https://github.com/TracksApp/tracks.git
synced 2025-12-18 16:20:12 +01:00
Use hexadecimal values for color
This commit is contained in:
parent
568996ae73
commit
aa36fb97ab
1 changed files with 1 additions and 1 deletions
|
|
@ -302,5 +302,5 @@ div.note_wrapper p {
|
||||||
white-space: none;
|
white-space: none;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
background-color: #999999;
|
background-color: #999999;
|
||||||
color: white;
|
color: #ffffff;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue