mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-28 14:49:03 +01:00
add border to thumbs
This commit is contained in:
parent
f65c05476b
commit
18a1879364
1 changed files with 31 additions and 21 deletions
|
@ -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 a new issue