contrib/{logo-color,notification}: use a single style

This commit is contained in:
Christian Hesse 2025-10-29 14:31:17 +01:00
parent c88953e44d
commit 4b8e8adb2d
4 changed files with 4 additions and 8 deletions

View file

@ -1,3 +1,4 @@
/* stylesheet for RouterOS Scripts */
body {
font-family: fira-sans, sans-serif;
font-size: 10pt;

View file

@ -1,5 +0,0 @@
body {
font-family: fira-sans, sans-serif;
font-size: 10pt;
background-color: transparent;
}

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>RouterOS-Scripts Logo Color Changer</title>
<link rel="stylesheet" type="text/css" href="logo-color.d/style.css">
<link rel="stylesheet" type="text/css" href="general/style.css">
<script src="logo-color.d/script.js"></script>
</head>
<body>

View file

@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<title>RouterOS-Scripts Notification Generator</title>
<link rel="stylesheet" type="text/css" href="notification.d/style.css">
<link rel="stylesheet" type="text/css" href="general/style.css">
<script src="notification.d/script.js"></script>
</head>
<body>