templates/repo/base.html: adds alternate style sheets
This commit is contained in:
@@ -28,7 +28,10 @@
|
||||
<meta content="width=device-width, initial-scale=1" name="viewport">
|
||||
<meta charset="UTF-8">
|
||||
<link rel="stylesheet" href="res/style.css">
|
||||
<link rel="stylesheet" href="res/mint.css">
|
||||
<link rel="stylesheet" href="res/mint.css" title="Mint Light">
|
||||
<link rel="alternate stylesheet" href="res/mint-dark.css" title="Mint Dark">
|
||||
<link rel="alternate stylesheet" href="res/arctica.css" title="Arctica">
|
||||
<link rel="alternate stylesheet" href="res/martian.css" title="Martian">
|
||||
<script>
|
||||
/*
|
||||
@licstart The following is the entire license notice for the
|
||||
|
||||
Reference in New Issue
Block a user