mirror of
https://github.com/tachiyomiorg/website.git
synced 2024-12-21 07:31:58 +01:00
Move the bold class to global style.
This commit is contained in:
parent
d0cd14e383
commit
589ed7b80f
@ -92,10 +92,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media (max-width: 767px) {
|
@media (max-width: 767px) {
|
||||||
.extension .extension-text .down {
|
.extension .extension-text .down {
|
||||||
display: none;
|
display: none;
|
||||||
|
@ -2,6 +2,10 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.bold {
|
||||||
|
font-weight: bold;
|
||||||
|
}
|
||||||
|
|
||||||
.custom-block.tip {
|
.custom-block.tip {
|
||||||
border-color: #2E84BF !important;
|
border-color: #2E84BF !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user