Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ body.dark {
align-items: center;
font-weight: 700;
font-size: 1.5rem;
font-family: 'Press Start 2P', cursive;
font-family: inherit;
}

.logo-icon {
Expand Down
1 change: 0 additions & 1 deletion future.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Future Directions - TaskBeacon</title>
<link rel="stylesheet" href="css/style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/>
</head>
<body>
<header class="header">
Expand Down
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@

<!-- Fonts and Styles -->
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet" />
</head>

<body>
Expand Down
3 changes: 2 additions & 1 deletion styles/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

body {
margin: 0;
font-family: 'Press Start 2P', monospace;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial,
sans-serif, Apple Color Emoji, Segoe UI Emoji;
background: linear-gradient(to bottom, var(--bg-dark), var(--bg-light));
color: var(--text-light);
image-rendering: pixelated;
Expand Down
1 change: 0 additions & 1 deletion taps.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>TAPS - TaskBeacon</title>
<link rel="stylesheet" href="css/style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/>
</head>
<body>
<header class="header">
Expand Down
1 change: 0 additions & 1 deletion tasks.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>Tasks - TaskBeacon</title>
<link rel="stylesheet" href="css/style.css"/>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet"/>
</head>
<body>
<header class="header">
Expand Down