mirror of
https://github.com/nix-community/nixvim.git
synced 2025-07-09 16:54:36 +02:00
docs: add status to beta/deprecated version links
This commit is contained in:
parent
b4750c4696
commit
d3da2462eb
4 changed files with 48 additions and 8 deletions
19
docs/mdbook/custom.css
Normal file
19
docs/mdbook/custom.css
Normal file
|
@ -0,0 +1,19 @@
|
|||
.label {
|
||||
padding: 0.1rem 0.4em;
|
||||
font-size: 0.8em;
|
||||
font-weight: 600;
|
||||
vertical-align: bottom;
|
||||
background-color: #5a6165;
|
||||
text-shadow: rgba(0, 0, 0, 0.25) 0px -1px 0px;
|
||||
-webkit-border-radius: 3px;
|
||||
-moz-border-radius: 3px;
|
||||
border-radius: 3px;
|
||||
}
|
||||
|
||||
.label-info {
|
||||
background-color: #337798;
|
||||
}
|
||||
|
||||
.label-warning {
|
||||
background-color: #da8206;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue