spletna-stran/web/themes/na_prostem/css/naprostem.css

34 lines
310 B
CSS

.region--content h2 {
color: pink;
}
[about="/node/9"] .text-content {
color: red;
}
s1 {
}
/*
s1 = parent
s2 = child
*/
s1 s2 {
}
/*
s1 = parent
s2 = neposredni child
*/
s1 > s2 {
}
.text-content p {
color: orange;
}
.text-content > p {
color: blue;
}
.site-branding {
background-image: none;
}