Archived
1
0
Fork 0
This repository has been archived on 2026-04-03. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
httpcb/app/assets/sass/base/_typography.scss

25 lines
489 B
SCSS

// Section header (part of .section)
.hdr-center {
display: inline-block;
padding: 20px 80px;
margin: 30px auto;
border-bottom: 2px solid $border-color;
}
.text-github { color: $github-color; }
.text-gitlab { color: $gitlab-color; }
.text-google { color: $google-color; }
.text-linkedin { color: $linkedin-color; }
a:hover {
text-decoration: underline;
}
.code {
background: $gray-100;
border: solid $gray-300 1px;
border-radius: $border-radius;
padding: .6em;
}