mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +02:00
Some checks are pending
Publish every Git push to main to FlakeHub / flakehub-publish (push) Waiting to run
Publish every git push to Flakestry / publish-flake (push) Waiting to run
Documentation / Version info (push) Waiting to run
Documentation / Build (push) Blocked by required conditions
Documentation / Combine builds (push) Blocked by required conditions
Documentation / Deploy (push) Blocked by required conditions
19 lines
354 B
CSS
19 lines
354 B
CSS
.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;
|
|
}
|