mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2026-04-01 01:25:39 +00:00
make magnet h2 clickable
This commit is contained in:
parent
8b7141e2c1
commit
cf19621062
4 changed files with 35 additions and 16 deletions
|
|
@ -12,19 +12,6 @@ body {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
a,
|
||||
a:visited,
|
||||
a:active {
|
||||
|
|
@ -38,6 +25,28 @@ a:hover {
|
|||
transition: opacity .5s ease-in-out;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5 {
|
||||
display: inline-block;
|
||||
font-weight: normal;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 18px;
|
||||
}
|
||||
|
||||
h2 {
|
||||
color: #ccc;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
/* @TODO doubts
|
||||
a h2,
|
||||
a:visited h2,
|
||||
a:active h2 {
|
||||
color: #a4d4ff;
|
||||
}
|
||||
*/
|
||||
|
||||
input,
|
||||
textarea {
|
||||
background: #5d627d;
|
||||
|
|
|
|||
|
|
@ -82,6 +82,10 @@
|
|||
border-bottom: 1px #5d627d solid;
|
||||
}
|
||||
|
||||
.border-top-default {
|
||||
border-top: 1px #5d627d solid;
|
||||
}
|
||||
|
||||
.background-color-night {
|
||||
background-color: #34384f;
|
||||
}
|
||||
|
|
@ -216,6 +220,10 @@
|
|||
margin-bottom: 8px;
|
||||
}
|
||||
|
||||
.margin-t-16 {
|
||||
margin-top: 16px;
|
||||
}
|
||||
|
||||
.margin-b-16 {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue