Facultades menos opaco

This commit is contained in:
Your Name
2025-01-23 12:27:58 -06:00
parent 260cc71310
commit 004562fd74
2 changed files with 2 additions and 2 deletions

View File

@@ -431,7 +431,7 @@
</div> </div>
<div class="pp-card" style="grid-row: span 8"> <div class="pp-card" style="grid-row: span 8">
<div class="bg-primary text-white">{{clase_vista.carrera}}</div> <div class="bg-primary text-white">{{clase_vista.carrera}}</div>
<main class="horario_clase d-flex flex-column justify-content-center px-4" style="gap: 1rem;"> <main class="horario_clase d-flex flex-column justify-content-center px-4" style="gap: .5rem;">
<span class="materia_nombre">{{clase_vista.materia}}</span> <span class="materia_nombre">{{clase_vista.materia}}</span>
<span class="horario text-dark mb-2"> <span class="horario text-dark mb-2">
<section class="la-salle-regular"> <section class="la-salle-regular">

View File

@@ -176,7 +176,7 @@
.facultad { .facultad {
font-family: 'La Salle Display Heavy'; font-family: 'La Salle Display Heavy';
font-size: 1.4rem; font-size: 1.4rem;
color: #e1e1e1; color: #969696;
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;