Skip to content

Commit

Permalink
Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Jodekq committed Feb 2, 2024
1 parent 154f871 commit fee207c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion css/props.less
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body {


//dark
--background: #100f10;
--background: #0f100f;

--primary: #171617;
--surface: #171617;
Expand Down
2 changes: 1 addition & 1 deletion fridge/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<template src="../templates/header.html"></template>
<div id="add-item-modal" class="add-item-modal">
<div class="add-item-modal-content">
<div class="add-item-modal-content-header">
<div class="add-item-modal-content-header">
<h5>Add Item</h5>
<span id="close-modal-button"><i class='bx bx-x'></i></span>
</div>
Expand Down
2 changes: 1 addition & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>

</head>
</head>
<body>
<header>
<h4><a href="../index.html"><img src="../assets/plate_pilot.png" alt="Plate Pilot"></a></h4>
Expand Down

0 comments on commit fee207c

Please sign in to comment.