Compare commits
No commits in common. "d61fe9b3015823992d112d7ab95e94cb2b0e8e0a" and "c725a249749ed56d82fab209d40fb2c3ba9b4ea4" have entirely different histories.
d61fe9b301
...
c725a24974
3 changed files with 2 additions and 3 deletions
|
@ -361,8 +361,7 @@ ul.breadcrumb, ol.breadcrumb, .breadcrumb {
|
|||
padding-right: 0.4em;
|
||||
text-decoration: none !important;
|
||||
background-color: var(--accent-color);
|
||||
color: var(--text-color-contrast);
|
||||
border-radius: 3px; }
|
||||
color: var(--text-color-contrast); }
|
||||
|
||||
nav.pagination {
|
||||
padding-bottom: 1.6rem; }
|
||||
|
|
|
@ -38,6 +38,7 @@
|
|||
<li class="item"><a href="https://kazhnuz.space/fandom/" class="itemLink">Fandoms et shrines</a></li>
|
||||
<li class="item"><a href="https://kazhnuz.space/outils/" class="itemLink">Outils et guides</a></li>
|
||||
<li class="item"><a href="https://kazhnuz.space/siteroll/" class="itemLink">Siteroll</a></li>
|
||||
<li class="item"><a href="https://kazhnuz.space/vault/" class="itemLink">Vieux trucs</a></li>
|
||||
</ul>
|
||||
</nav>
|
||||
<script>
|
||||
|
|
|
@ -5,5 +5,4 @@
|
|||
text-decoration:none!important;
|
||||
background-color:var(--accent-color);
|
||||
color:var(--text-color-contrast);
|
||||
border-radius: $btn-radius;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue