mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-26 15:44:24 +01:00
Fix: Display font bold
This commit is contained in:
parent
2ede929ad1
commit
75e4a063c0
1 changed files with 7 additions and 0 deletions
|
@ -74,6 +74,13 @@ h6 {
|
||||||
|
|
||||||
p {
|
p {
|
||||||
font-family: "Roboto Mono", sans-serif;
|
font-family: "Roboto Mono", sans-serif;
|
||||||
|
font-weight: normal;
|
||||||
|
}
|
||||||
|
|
||||||
|
strong {
|
||||||
|
font-weight: strong;
|
||||||
|
font-size: 1.1rem;
|
||||||
|
color: darkturquoise;
|
||||||
}
|
}
|
||||||
|
|
||||||
[scroll-behavior=smooth] {
|
[scroll-behavior=smooth] {
|
||||||
|
|
Loading…
Reference in a new issue