mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 03:48:35 +01:00
font changes lel
This commit is contained in:
parent
16cde644de
commit
1739840c0f
1 changed files with 6 additions and 2 deletions
|
@ -18,6 +18,7 @@
|
|||
along with this program. If not, see https://www.gnu.org/licenses/.
|
||||
|
||||
*/
|
||||
|
||||
:root {
|
||||
/* text */
|
||||
--text-link: #0ab7f0;
|
||||
|
@ -331,7 +332,10 @@ a {
|
|||
}
|
||||
|
||||
.subscribe-button > a {
|
||||
color: black;
|
||||
color: black !important;
|
||||
font-family: var(--text-font-primary);
|
||||
font-stretch: ultra-expanded;
|
||||
font-weight: 900;
|
||||
}
|
||||
|
||||
.video > .thumbnail > .video-length {
|
||||
|
@ -650,6 +654,6 @@ a.new-button:hover {
|
|||
}
|
||||
|
||||
.div_box {
|
||||
display: none !important;
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue