mirror of
https://gitlab.com/commento/commento.git
synced 2025-06-29 22:56:37 -04:00
commento.scss: have root-font take precedence
This commit is contained in:
@ -4,12 +4,6 @@
|
||||
min-height: 430px;
|
||||
}
|
||||
|
||||
.commento-root-font {
|
||||
* {
|
||||
font-family: 'Source Sans Pro', sans-serif !important;
|
||||
}
|
||||
}
|
||||
|
||||
.commento-root {
|
||||
overflow-x: hidden;
|
||||
padding: 0px;
|
||||
@ -64,3 +58,9 @@
|
||||
margin-top: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.commento-root-font {
|
||||
* {
|
||||
font-family: 'Source Sans Pro', sans-serif;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user