mirror of
https://codeberg.org/ashley/poke
synced 2025-04-06 09:38:00 +00:00
add border to thumbs
This commit is contained in:
parent
488f296c01
commit
38f74a5099
@ -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;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user