Public Access
5
0

Compare commits

...

2 Commits

Author SHA1 Message Date
LD
de6ca4ac64 Merge branch 'main' of https://gitea.zkd.ca/Dev_Web/web01
Some checks failed
Make website accessible / copy-websites (push) Has been cancelled
2025-11-19 14:10:04 -05:00
LD
bfa31e2624 changement des couleurs du site 2025-11-19 14:10:00 -05:00

View File

@@ -51,21 +51,31 @@
/* AUTEUR: Léa */ /* AUTEUR: Léa */
/****************************/ /****************************/
.lore { .lore {
background-color: rgb(207, 212, 74); background-color: #C19F8A;
color: #FFEFE5;
}
.lore h1, h3{
margin-left: 10px;
}
.lore p{
margin: auto;
padding: 10px;
} }
.lore table{ .lore table{
width: 60%; width: 60%;
border: 2px solid black; border: 2px solid #FFEFE5;
margin: 15px 15px 15px 5px; margin: 10px;
} }
.lore th{ .lore th{
border: 1px solid black; border: 1px solid #FFEFE5;
} }
.lore td{ .lore td{
border: 1px solid black; border: 1px solid #FFEFE5;
} }
.lore img{ .lore img{