Skip to content

Commit

Permalink
[css] fix whitespace
Browse files Browse the repository at this point in the history
Co-authored-by: Waldir Pimenta <waldyrious@gmail.com>
  • Loading branch information
lkhrs and waldyrious committed Sep 20, 2022
1 parent 5e959a5 commit aa48cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simple.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
--preformatted: #444;
--marked: #ffdd33;
--disabled: #efefef;
/* Brightness filter is applied on header links in hover state*/
/* Brightness filter is applied on header links in hover state */
--hover-brightness: brightness(0.6);
}

Expand All @@ -34,7 +34,7 @@
--code: #f06292;
--preformatted: #ccc;
--disabled: #111;
/* Brightness filter in hover state is updated to improve visibility in dark-mode*/
/* Brightness filter in hover state is updated to improve visibility in dark-mode */
--hover-brightness: brightness(1.4);
}
/* Add a bit of transparency so light media isn't so glaring in dark mode */
Expand Down

0 comments on commit aa48cdc

Please sign in to comment.