rename images to media
This commit is contained in:
parent
8e865e68bf
commit
644fae8514
16 changed files with 17 additions and 17 deletions
10
style.css
10
style.css
|
@ -11,7 +11,7 @@ body {
|
|||
hsl(195deg, 100%, 67%),
|
||||
hsl(155deg, 70%, 62%)
|
||||
);
|
||||
--bg-image: url(images/niss_uwu_bg.png);
|
||||
--bg-image: url(media/niss_uwu_bg.png);
|
||||
--size: 1.75rem;
|
||||
--weight: 600;
|
||||
|
||||
|
@ -127,7 +127,7 @@ dd {
|
|||
text-decoration-thickness: 2px;
|
||||
}
|
||||
[title]::after {
|
||||
content: url(images/info.svg);
|
||||
content: url(media/info.svg);
|
||||
display: inline-block;
|
||||
width: 0.75em; height: 0.75em;
|
||||
vertical-align: text-top;
|
||||
|
@ -162,8 +162,8 @@ a:hover {
|
|||
content: var(--around-image);
|
||||
}
|
||||
|
||||
rt { --around-image: url(images/star.svg); }
|
||||
h1, h2 { --around-image: url(images/sparkles.svg); }
|
||||
rt { --around-image: url(media/star.svg); }
|
||||
h1, h2 { --around-image: url(media/sparkles.svg); }
|
||||
|
||||
|
||||
.emojo {
|
||||
|
@ -226,7 +226,7 @@ h1, h2 { --around-image: url(images/sparkles.svg); }
|
|||
hsl(195deg, 60%, 44%),
|
||||
hsl(155deg, 60%, 55%)
|
||||
);
|
||||
--bg-image: url(images/niss_uwu_bg_dim.png);
|
||||
--bg-image: url(media/niss_uwu_bg_dim.png);
|
||||
}
|
||||
|
||||
main {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue