mirror of
https://github.com/getnamingo/registry.git
synced 2025-07-23 19:10:30 +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>
|
<title>Namingo Registry</title>
|
||||||
{% include 'partials/css.twig' %}
|
{% include 'partials/css.twig' %}
|
||||||
<style>
|
<style>
|
||||||
|
.navbar-toggler, .navbar-toggler-icon {
|
||||||
|
color: #d1d1d1 !important;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
.nav-link {
|
.nav-link {
|
||||||
color: #d1d1d1 !important;
|
color: #d1d1d1 !important;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
@ -20,7 +24,6 @@
|
||||||
list-style-type: none;
|
list-style-type: none;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
ul.custom-bullet li::before {
|
ul.custom-bullet li::before {
|
||||||
content: "•";
|
content: "•";
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue