diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-08-16 22:50:10 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-08-16 22:50:10 +0200 |
commit | 9c36563c333269cfcda6da311767aadebc5be481 (patch) | |
tree | 5d2c286a854d34fa320311f27df9f6784e0e8025 /asset-sources/theme.scss | |
parent | 68e49e1e879a32c0f0d764f927923ca42706e593 (diff) | |
download | fietsboek-9c36563c333269cfcda6da311767aadebc5be481.tar.gz fietsboek-9c36563c333269cfcda6da311767aadebc5be481.tar.bz2 fietsboek-9c36563c333269cfcda6da311767aadebc5be481.zip |
initial work on track favourites
Diffstat (limited to 'asset-sources/theme.scss')
-rw-r--r-- | asset-sources/theme.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index faa4f44..864be83 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -118,6 +118,10 @@ strong { } } +.favourite-star { + color: orange; +} + /* Ensure a consistent width of the cells in the browse view. */ .browse-summary th, .browse-summary td { width: 25%; |