-
-
Notifications
You must be signed in to change notification settings - Fork 165
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Réparation du bouton Libération (#188)
* Réparation bouton Le Point * Ajout de Corse Matin, La Tribune, L'Opinion, Nice-Matin * Rectification du formatage du code * Ajout L'Orient-Le Jour * Restylage bouton L'Est Républicain * Réparation bouton Libération
- Loading branch information
1 parent
ac1ee99
commit 249d5eb
Showing
2 changed files
with
27 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,16 @@ | ||
.ophirofox-europresse { | ||
margin-left: 10px; | ||
color: inherit; | ||
font-size: 0.875rem; | ||
line-height: 1.125rem; | ||
/* margin-top: 1.5rem; */ | ||
margin-bottom: 10px; | ||
margin-left: 0px; | ||
padding: 5px 10px; | ||
background-color: #eeb54e; | ||
color: #000; | ||
border-radius: 2px; | ||
text-decoration: none; | ||
} | ||
|
||
.ophirofox-europresse:hover { | ||
color: #666666; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters