summaryrefslogtreecommitdiff
path: root/css/style.css
diff options
context:
space:
mode:
authors1n <[email protected]>2019-10-21 20:37:29 -0700
committers1n <[email protected]>2019-10-21 20:37:29 -0700
commit443d4f4564a8d00da98b59b6580151be1e21413c (patch)
tree205f993742442eac9842ab6ded981e35e85064e6 /css/style.css
parentrename project to projects to fix linking issue (diff)
downloadp.s1n.pw-admin-443d4f4564a8d00da98b59b6580151be1e21413c.tar.xz
p.s1n.pw-admin-443d4f4564a8d00da98b59b6580151be1e21413c.zip
add rockstar and previous things
Diffstat (limited to 'css/style.css')
-rw-r--r--css/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/css/style.css b/css/style.css
index 8276ea3..ecaa1b3 100644
--- a/css/style.css
+++ b/css/style.css
@@ -301,7 +301,7 @@ h6 {
}
.project1 {
- background: url(/projects/relevance/assets/img.png) no-repeat 50% 50%;
+ background: url(/projects/iced-out/assets/img.png) no-repeat 50% 50%;
background-size: cover;
}
@@ -319,12 +319,12 @@ h6 {
}
.project2 {
- background: url(https://images.unsplash.com/photo-1468870045442-e7d799d8c98a?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=2448&q=80) no-repeat 50% 50%;
+ background: url(/projects/rockstar/assets/img.png) no-repeat 50% 50%;
background-size: cover;
}
.project2::after {
- content: "foretime.";
+ content: "rockstar.";
font-family: "Roboto Mono";
font-size: 36px;
position: relative;
@@ -488,7 +488,7 @@ h6 {
/* Honestly, this took way longer to figure out than it should've. I scoured the internet for so long, at one point, I think
// I had around 20+ tabs open, no idea how I really figured it out, just tried as many solutions until it was solved. - 17:27, 10/20/2018
*/
-div #personal a, a:hover, #media a, a:hover, #address a, a:hover {
+div #no-h, #personal a, a:hover, #media a, a:hover, #address a, a:hover {
color: inherit;
text-decoration: none;
}