Titre compétences plus petit

This commit is contained in:
nyanloutre 2017-07-15 18:33:39 +02:00
parent 2ee66694e5
commit 12120ac9a0
No known key found for this signature in database
GPG key ID: 4177A74B460FAFD2
4 changed files with 23 additions and 9 deletions

View file

@ -48,6 +48,10 @@
color: fade-out(white, .3);
-webkit-text-stroke: 1px rgba(0, 0, 0, 0.7);
font-size: 1.5rem;
small {
font-size: 1.3rem;
font-weight: 700;
}
&:hover,
&:focus {
color: white;
@ -69,6 +73,10 @@
font-size: 1.3rem;
color: $theme-primary;
-webkit-text-stroke: 0px rgba(0, 0, 0, 0.7);
small {
font-size: 1rem;
font-weight: 700;
}
&:hover,
&:focus {
color: darken($theme-primary, .1);