Parcourir la source

Give anchors styling in the docs.

tags/v1.0^2
Ben Kurtovic il y a 10 ans
Parent
révision
83d6fbd37d
1 fichiers modifiés avec 10 ajouts et 0 suppressions
  1. +10
    -0
      static/sass/docs.sass

+ 10
- 0
static/sass/docs.sass Voir le fichier

@@ -20,6 +20,16 @@ ul
li
margin-bottom: 2%

a
color: #727070
font-style: italic
text-decoration: none

&:hover
@extend .t3

color: #575757

span
&.code
background-color: $baseColor3 * 1.2


Chargement…
Annuler
Enregistrer