diff options
author | Daniel Schadt <kingdread@gmx.de> | 2023-08-17 22:30:34 +0200 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2023-08-17 22:30:34 +0200 |
commit | 962ad7cbd81e000158b8a296718148053688349c (patch) | |
tree | 439246344c47c06b0ed9c573c2eda0db11173900 /asset-sources | |
parent | a59672b41d6d3f3008019ce774dcd3b46ecdd419 (diff) | |
download | fietsboek-962ad7cbd81e000158b8a296718148053688349c.tar.gz fietsboek-962ad7cbd81e000158b8a296718148053688349c.tar.bz2 fietsboek-962ad7cbd81e000158b8a296718148053688349c.zip |
show favourite star on home page
Diffstat (limited to 'asset-sources')
-rw-r--r-- | asset-sources/theme.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 864be83..7195856 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -118,7 +118,7 @@ strong { } } -.favourite-star { +.favourite-star, .favourite-star-ni { color: orange; } |