1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-25 11:37:22 +02:00

Merge branch 'main' into potvieux

This commit is contained in:
quark
2025-05-22 12:01:40 +02:00
204 changed files with 3498 additions and 502 deletions

View File

@ -61,8 +61,13 @@ mark {
/* Make navbar more readable */
.navbar-dark .navbar-nav .nav-link {
color: rgba(255, 255, 255, .75);
/* text-shadow: 2px 2px 15px #ffeb40; */
}
/* .navbar-brand { */
/* text-shadow: 2px 2px 15px #ffeb40; */
/* }
/* Last BDE colors */
.bg-primary {
background-color: rgb(102, 83, 105) !important;
@ -128,6 +133,4 @@ a:hover {
.btn-outline-primary.focus {
box-shadow: 0 0 0 0.25rem rgba(200, 30, 200, 0.5);
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -1,4 +1,4 @@
// Copyright (C) 2018-2024 by BDE ENS Paris-Saclay
// Copyright (C) 2018-2025 by BDE ENS Paris-Saclay
// SPDX-License-Identifier: GPL-3.0-or-later
/**

View File

@ -26,7 +26,7 @@ function afterKonami () {
})
rythm.addRythm('d-flex', 'color', 50, 50, {
from: [64, 64, 64],
to: [128, 64, 128]
to: [255, 0, 101]
})
rythm.addRythm('nav-link', 'jump', 150, 50, {
min: 0,