diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/main.scss | 19 | 
1 files changed, 19 insertions, 0 deletions
| diff --git a/scss/main.scss b/scss/main.scss index 7a1fff2..51b7df7 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -183,3 +183,22 @@ pre {          max-width: calc(100% - calc(2 * #{$spacer}));      }  } + +.ref { +    padding: 2px; +    margin: 2px; +    color: white; +    text-decoration: none; + +    &:hover { +        background: #70dc70; +    } + +    &.branch { +        background: #25a525; +    } + +    &.tag { +        background: #5874e2; +    } +} | 
