This commit is contained in:
Hell13Cat
2022-05-05 23:42:37 +03:00
parent d5da702b13
commit baefbf1ae1
16 changed files with 337 additions and 768 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ function addstylesheet(name_short) {
var link = document.createElement("link");
link.type = "text/css";
link.rel = "stylesheet";
version = 4
version = 7
name_style = "css/color-"+name_short+".css?v=" + version;
link.href = name_style;
link.id = "currentstylesheet";