1
Fork 0
mirror of https://github.com/RYGhub/royalnet.git synced 2024-11-24 03:54:20 +00:00

Update css

This commit is contained in:
Steffo 2018-07-15 18:53:05 +02:00
parent af3ac93ced
commit b3a1315803

View file

@ -515,17 +515,24 @@ nav {
.wiki {
.wiki-content {
border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
}
.wiki-log {
font-family: "Consolas", "Source Code Pro", monospace;
border-bottom: 1px solid rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
.last-reason {
font-style: italic;
}
}
.wiki-edit {
border-top: rgba(red(@text-color), green(@text-color), blue(@text-color), 0.1);
h4 {
padding: 0;
margin-top: 8px;
}
}
}
#edit-css {