stylesheet refactor

This commit is contained in:
overcuriousity 2025-07-27 21:08:00 +02:00
parent f6ba5091c1
commit 0eed65e623
4 changed files with 4711 additions and 1624 deletions

View File

@ -88,6 +88,8 @@ npm install
cp .env.example .env
# .env bearbeiten (siehe Konfiguration unten)
npm run astro build
# Development Server starten
npm run dev
```
@ -125,6 +127,7 @@ sudo npm install
# Production-Build erstellen
sudo npm run build
npm run astro build
# Berechtigungen setzen
sudo chown -R www-data:www-data /opt/forensic-pathways

View File

@ -60,7 +60,7 @@ const phases = data.phases;
<p class="approach-info">
<span class="info-icon"></span>
Die lila gekennzeichneten Einträge sind über das Single-Sign-On der CC24-Cloud direkt zugänglich.
Teilnehmer der Seminargruppe CC24-w1 können die gehostete Infrastruktur nutzen.
Teilnehmer der Seminargruppe CC24-w1 (oder andere Berechtigte) können die gehostete Infrastruktur nutzen.
<a href="/about#support">Kontakt bei Problemen</a>
</p>

2920
src/styles/global copy.css Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff