mfbs

CSS microframework
git clone https://git.ce9e.org/mfbs.git

commit
161d2d698bffa21e641a5ec9d5f1b7a9b24002a1
parent
971bd237055b59c77196549105ecfd5f6e22f0f0
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2019-03-23 15:13
stop styling selection

Diffstat

M sass/base.scss 5 -----

1 files changed, 0 insertions, 5 deletions


diff --git a/sass/base.scss b/sass/base.scss

@@ -50,11 +50,6 @@ h1, h2, h3, h4, h5, h6 {
   50    50     }
   51    51 }
   52    52 
   53    -1 *::selection {
   54    -1     background: $color-link;
   55    -1     color: $color-bg;
   56    -1 }
   57    -1 
   58    53 hr {
   59    54     border: 0;
   60    55     border-bottom: 1px solid $color-border;