Subversion-Projekte lars-tiefland.cienc

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
8 lars 1
.shariff {
2
    .reddit {
3
        a {
4
            background-color: #ff4500;
5
            &:hover {
6
                background-color: #ff6a33;
7
            }
8
        }
9
        .fa-reddit {
10
            font-size: 17px;
11
        }
12
    }
13
    .theme-white {
14
        .reddit a {
15
            color: #ff4500;
16
        }
17
    }
18
}
19
 
20
@media only screen and (min-width: 600px) {
21
    .shariff {
22
        .reddit .fa-reddit {
23
            font-size: 16px;
24
        }
25
    }
26
}