commit1
This commit is contained in:
@@ -4,11 +4,11 @@ body {
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
background-color: #f4f4f4;
|
||||
color: #333;
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
header {
|
||||
background: #333;
|
||||
background: #ffffff;
|
||||
color: #fff;
|
||||
padding: 10px 0;
|
||||
text-align: center;
|
||||
@@ -16,7 +16,7 @@ header {
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: #444;
|
||||
color: #ffffff;
|
||||
border-bottom: 2px solid #ccc;
|
||||
padding-bottom: 10px;
|
||||
margin-top: 0;
|
||||
@@ -28,7 +28,7 @@ article {
|
||||
margin-bottom: 15px;
|
||||
border: 1px solid #ddd;
|
||||
border-radius: 5px;
|
||||
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
|
||||
box-shadow: 0 2px 4px rgba(253, 249, 249, 0.05);
|
||||
}
|
||||
|
||||
article h2 a {
|
||||
@@ -40,7 +40,6 @@ article h2 a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
/* Style spécifique pour l'Admin */
|
||||
table {
|
||||
width: 100%;
|
||||
border-collapse: collapse;
|
||||
@@ -57,7 +56,6 @@ table th {
|
||||
background-color: #e2e2e2;
|
||||
}
|
||||
|
||||
/* Style pour les messages d'erreur */
|
||||
.error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
|
||||
Reference in New Issue
Block a user