Add custom CSS for :menuselection:

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-05-18 01:10:34 -04:00
parent 484f09db75
commit f002d8b38e
2 changed files with 8 additions and 0 deletions

5
docs/_static/css/custom.css vendored Normal file
View File

@@ -0,0 +1,5 @@
.menuselection {
color: white;
background: #2c3e50;
padding: 3px;
}

View File

@@ -249,3 +249,6 @@ extlinks = {
'https://gitlab.com/mayan-edms/mayan-edms/issues/%s', 'GitLab issue #'
)
}
def setup(app):
app.add_stylesheet('css/custom.css')