dashboard
repositories
filestore
activity
search
login
external-software
/
github_gohugo-theme-ananke
mirror of
https://github.com/theNewDynamic/gohugo-theme-ananke.git
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
fix: remove font size from code highlighting
Patrick Kollitsch
17.11.2026
399075ed6fdb2abd7afe04019b1b912e4099773c
[external-software/github_gohugo-theme-ananke.git]
/
assets
/
ananke
/
css
/
_social-icons.css
1
2
3
4
5
6
7
8
9
10
11
12
13
.ananke-socials a{
display: inline-block;
vertical-align: middle;
color: #BABABA;
fill: currentColor;
}
.ananke-socials a .icon svg{
width: 32px;
height: 32px;
}
.ananke-socials a:hover {
color: rgb(107, 114, 128);
}