diff options
author | Jesús <heckyel@hyperbola.info> | 2021-02-23 13:11:00 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2021-02-23 13:11:00 -0500 |
commit | 14253dc6dae3a4a043bd6533111fa81f2d8a6a83 (patch) | |
tree | f341a83416c2bb5bf68363922abe3354ee8445a8 /scss | |
parent | ca1fa46387645cc074f35c340af05be8e7c89482 (diff) | |
download | libresocial-14253dc6dae3a4a043bd6533111fa81f2d8a6a83.tar.lz libresocial-14253dc6dae3a4a043bd6533111fa81f2d8a6a83.tar.xz libresocial-14253dc6dae3a4a043bd6533111fa81f2d8a6a83.zip |
Remove nodejs dependencie of test
Diffstat (limited to 'scss')
-rw-r--r-- | scss/libresocial.scss | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/scss/libresocial.scss b/scss/libresocial.scss index ed60b1f..718cf70 100644 --- a/scss/libresocial.scss +++ b/scss/libresocial.scss @@ -16,7 +16,7 @@ $libresocial-path: "../fonts"; font-family: "libresocial"; font-style: normal; font-weight: normal; - speak: none; + speak: never; display: inline-block; text-decoration: inherit; width: 1em; @@ -35,12 +35,6 @@ $libresocial-path: "../fonts"; /* remove if not needed */ margin-left: 0.2em; - /* you can be more comfortable with increased icons size */ - /* font-size: 120%; */ - /* Font smoothing. That was taken from TWBS */ - -webkit-font-smoothing: antialiased; - -moz-osx-font-smoothing: grayscale; - /* Uncomment for 3D effect */ /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ } |