Skip to content

Commit 7e00b9d

Browse files
committed
123456
1 parent 7d44cc4 commit 7e00b9d

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

Übersichtsseite.css

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ footer {
239239

240240
/* Stil für den Text im Community-Bereich (p1) */
241241
.community p {
242-
color: #00000;
242+
color: #000000;
243243
font-size: 1.2rem; /* Setzt die Schriftgröße für den Text */
244244
margin-bottom: 30px; /* Fügt einen Abstand unter dem Text hinzu */
245245
}
@@ -364,23 +364,24 @@ h6{
364364
text-align: center;
365365
flex-direction: column; /* Vertikale Ausrichtung von Bild und Text */
366366
align-items: center; /* Zentriert das Bild und den Text */
367-
width: 80%; /* Bildbreite auf 70% der Containerbreite */
367+
width: 80%; /* Bildbreite auf 70% der Containerbreite */
368368

369369

370-
.category-image {
371-
width: 50%;
372-
height: auto;
373-
border-radius: 10px;
374-
}
370+
.category-image {
371+
width: 50%;
372+
height: auto;
373+
border-radius: 10px;
374+
}
375375

376-
.category-link {
377-
display: block;
378-
margin-top: 10px;
379-
color: #1e90ff;
380-
text-decoration: none;
381-
font-weight: bold;
382-
}
376+
.category-link {
377+
display: block;
378+
margin-top: 10px;
379+
color: #1e90ff;
380+
text-decoration: none;
381+
font-weight: bold;
382+
}
383383

384-
.category-link:hover {
385-
text-decoration: underline;
384+
.category-link:hover {
385+
text-decoration: underline;
386+
}
386387
}

0 commit comments

Comments
 (0)