Compare commits
2 Commits
374b615567
...
8cbb76567d
Author | SHA1 | Date | |
---|---|---|---|
8cbb76567d | |||
f83d306fa2 |
@ -435,4 +435,15 @@ body.colorscheme-dark .float-container a:hover,body.colorscheme-dark .float-cont
|
||||
body.colorscheme-auto .float-container a:hover,body.colorscheme-auto .float-container a:focus {
|
||||
color: #4e5d94;
|
||||
}
|
||||
}
|
||||
}
|
||||
.align-left {
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.align-center {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.align-right {
|
||||
text-align: right;
|
||||
}
|
Reference in New Issue
Block a user