mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2024-11-22 20:19:32 +01:00
css/main.scss: irclog should be a class
This commit is contained in:
parent
21b80ba50d
commit
2b6d7250fa
@ -68,7 +68,7 @@ $on-laptop: 800px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
// IRC logs should be formatted with this
|
// IRC logs should be formatted with this
|
||||||
#irclog {
|
.irclog {
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
font-size: 15px;
|
font-size: 15px;
|
||||||
border: 1px solid $grey-color-light;
|
border: 1px solid $grey-color-light;
|
||||||
|
Loading…
Reference in New Issue
Block a user