1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2024-11-17 03:34:46 -05:00

add border to thumbs

This commit is contained in:
Ashley 2022-12-08 18:27:48 +00:00
parent 488f296c01
commit 38f74a5099

View file

@ -23,7 +23,7 @@
--text-link: #0ab7f0;
--text-link-visited: #00c0ff;
--text-color: #ffffff;
--text-font-primary:'PokeTube Flex';
--text-font-primary: "PokeTube Flex";
--text-header-weight: 1000;
/* Divs */
@ -39,7 +39,6 @@
--div-transparent-bg: #0009;
}
a.class:hover {
text-decoration: underline;
font-weight: bold;
@ -296,3 +295,14 @@ a {
height: 15px;
}
.date-publish {
margin: 0;
margin-top: 0px;
margin-top: 12px;
font-size: small;
color: gray !important;
}
.video > .thumbnail {
border: 1px white solid;
}