add border to thumbs

This commit is contained in:
Ashley 2022-12-08 18:27:48 +00:00
parent f65c05476b
commit 18a1879364

View file

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