add Matrix
This commit is contained in:
parent
0a6104dda9
commit
6a29d04ec7
3 changed files with 64 additions and 0 deletions
|
@ -184,6 +184,16 @@ button:hover,
|
|||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Matrix */
|
||||
.button.button-matrix {
|
||||
color: #ffffff;
|
||||
background-color: #000000;
|
||||
}
|
||||
.button.button-matrix:hover,
|
||||
.button.button-matrix:focus {
|
||||
filter: brightness(90%);
|
||||
}
|
||||
|
||||
/* Micro.blog */
|
||||
.button.button-microblog {
|
||||
color: #FFFFFF;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue