Skip to content
This repository has been archived by the owner on Oct 22, 2021. It is now read-only.

Commit

Permalink
Improve content styling
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoColomb authored Mar 19, 2020
1 parent 6e077a2 commit 65597d1
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions source/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,19 @@
padding: 2em !important;
margin: 2em !important;
background: rgba(0, 0, 0, 0.8) !important;
color: white !important;
border-radius: 0.2em;
box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.27);
}

/* text */
.qui-possede-les-medias-box,
.qui-possede-les-medias-text,
.qui-possede-les-medias-box a {
font-family: Arial, Helvetica, sans-serif !important;
font-size: 14px !important;
text-align: left !important;
border-radius: 0.2em;
box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.27);
line-height: 1.5em !important;
color: white !important;
}

/* link */
Expand All @@ -33,11 +39,11 @@

/* close button */
.qui-possede-les-medias-button {
cursor: pointer;
cursor: pointer !important;
background: none !important;
color: white !important;
border: none !important;
float: right !important;
margin: -1.5em !important;
font-size: 1em;
font-size: 1em !important;
}

0 comments on commit 65597d1

Please sign in to comment.