mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 15:54:22 +01:00
Added tag styling
This commit is contained in:
parent
0db5e057ba
commit
9a6d1bb9c4
1 changed files with 19 additions and 0 deletions
|
@ -580,6 +580,25 @@ pre.chroma {
|
||||||
opacity: .01;
|
opacity: .01;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*=================================================================
|
||||||
|
Tags
|
||||||
|
=================================================================*/
|
||||||
|
.tagContainer{
|
||||||
|
margin: 16px
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.tags {
|
||||||
|
margin: 16px 0 0 0;
|
||||||
|
background-color: #00fff9;
|
||||||
|
border-radius: 8px;
|
||||||
|
padding: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.tags:hover {
|
||||||
|
background-color: #046293;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
Navigation
|
Navigation
|
||||||
|
|
Loading…
Reference in a new issue