Added some text in bla.
This commit is contained in:
parent
7bcdbf2b2e
commit
06fcf75d14
2 changed files with 21 additions and 1 deletions
11
styles.css
11
styles.css
|
@ -106,6 +106,17 @@ a {
|
|||
background-color: rgba(51, 51, 51, 0.4);
|
||||
}
|
||||
|
||||
.inactive-text {
|
||||
color: rgb(255, 255, 255, 0.5);
|
||||
text-decoration: line-through;
|
||||
transition: color 0.5s, text-decoration 0.5s;
|
||||
}
|
||||
|
||||
.inactive-text:hover {
|
||||
color: white;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.normal-link {
|
||||
font-family: ubuntu, arial;
|
||||
color: #5865f2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue