mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.scss: unset previously defined CSS
This commit is contained in:
@ -7,8 +7,11 @@
|
||||
.commento-root {
|
||||
overflow-x: hidden;
|
||||
padding: 0px;
|
||||
all: unset;
|
||||
|
||||
* {
|
||||
all: unset;
|
||||
display: block;
|
||||
font-family: "Source Sans Pro", "Segoe UI", "Roboto", "Helvetica Neue", sans-serif;
|
||||
font-size: 15px;
|
||||
line-height: 1.5;
|
||||
|
Reference in New Issue
Block a user