mirror of
https://github.com/cupcakearmy/liquet.git
synced 2024-10-31 23:54:12 +01:00
line height and link underline in body
This commit is contained in:
parent
cac63b53cc
commit
06be702099
@ -3,6 +3,10 @@
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
#singular #main a{
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
#singular #header {
|
||||
text-align: center;
|
||||
padding: 0 2em;
|
||||
@ -26,6 +30,7 @@
|
||||
#singular #content > * {
|
||||
max-width: var(--text-width);
|
||||
width: 100%;
|
||||
line-height: 1.5;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user