Skip to content

Commit

Permalink
Update CSS
Browse files Browse the repository at this point in the history
Signed-off-by: 4yman <[email protected]>
  • Loading branch information
4yman-0 committed Aug 29, 2024
1 parent fffe61f commit 42642f8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
10 changes: 8 additions & 2 deletions css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
--primary: #787;
--secondary: #446;
--teritary: #886;
--font-1: "Noto Sans", Roboto, sans-serif;
--font-1: "Noto Sans", sans-serif;
--font-2: "Ubuntu Mono", "Courier New", monospace;
}

Expand Down Expand Up @@ -72,6 +72,12 @@ a:active{
transition: background 0.1s linear;
}

@media (prefers-reduced-motion){
.button {
transition: none;
}
}

.button--focus {
background: var(--bg-3);
outline: 1px solid var(--fg-2);
Expand All @@ -97,5 +103,5 @@ a:active{
::-webkit-scrollbar-thumb {
background: var(--fg-2);
border-radius: 2px;
cursor: ns-resize;
cursor: grab;
}
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<meta property="og:title" content="4yman">
<meta property="og:type" content="profile">
<meta property="og:url" content="https://4yman-0.github.io">
<meta property="og:image" content="/img/favicon.png">
<meta property="og:image" content="/img/pfp.webp">
<meta property="og:image:width" content="474">
<meta property="og:image:height" content="474">

Expand All @@ -17,7 +17,7 @@
<link rel="stylesheet" href="css/page.css">
<link rel="stylesheet" href="index.css">

<link rel="shortcut icon" href="img/pfp.png" type="image/png">
<link rel="shortcut icon favicon" href="img/favicon.png">

<title>4yman</title>
</head>
Expand Down
1 change: 0 additions & 1 deletion robots.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# robots.txt
User-agent: Googlebot-News
User-agent: baiduspider-news
User-agent: bingbot
Expand Down

0 comments on commit 42642f8

Please sign in to comment.