Welcome to mirror list, hosted at ThFree Co, Russian Federation.

_socials.scss « partials « style « src - github.com/GDGToulouse/devfest-theme-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2042b279d49b35ef1c72212ea1dbf5e65f5fbcae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
a.social {
  display: inline-flex;
  margin: var(--space-1);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;

  align-items: center;
  text-decoration: none;
  width: 1em;
  overflow: hidden;

  &:focus, &:hover {
    text-decoration: underline;
  }
}