mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-22 18:45:59 +02:00
Further small fixes
This commit is contained in:
parent
eef409fe59
commit
4c3d4d6b18
1 changed files with 4 additions and 1 deletions
|
@ -8,6 +8,10 @@
|
|||
<title>Namingo Registry</title>
|
||||
{% include 'partials/css.twig' %}
|
||||
<style>
|
||||
.navbar-toggler, .navbar-toggler-icon {
|
||||
color: #d1d1d1 !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
.nav-link {
|
||||
color: #d1d1d1 !important;
|
||||
text-decoration: none;
|
||||
|
@ -20,7 +24,6 @@
|
|||
list-style-type: none;
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
ul.custom-bullet li::before {
|
||||
content: "•";
|
||||
margin-right: 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue