mirror of
https://github.com/hay-kot/mealie.git
synced 2025-08-22 06:23:34 -07:00
refactor/create global css
This commit is contained in:
parent
f471e38d88
commit
7bcbe0464a
2 changed files with 12 additions and 0 deletions
|
@ -8,6 +8,7 @@
|
||||||
<title> Mealie </title>
|
<title> Mealie </title>
|
||||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
|
||||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@latest/css/materialdesignicons.min.css">
|
||||||
|
<link rel="stylesheet" href="./styles/global.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<noscript>
|
<noscript>
|
||||||
|
|
11
frontend/public/styles/global.css
Normal file
11
frontend/public/styles/global.css
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
*::-webkit-scrollbar {
|
||||||
|
width: 0.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-track {
|
||||||
|
background: lightgray;
|
||||||
|
}
|
||||||
|
|
||||||
|
*::-webkit-scrollbar-thumb {
|
||||||
|
background: grey;
|
||||||
|
}
|
Loading…
Add table
Add a link
Reference in a new issue