mirror of
https://github.com/Steffo99/bluelib.git
synced 2025-01-07 10:49:49 +00:00
Re-prioritize royalblue
This commit is contained in:
parent
8311bb772a
commit
1675512ea3
2 changed files with 23 additions and 2 deletions
21
.vscode/launch.json
vendored
Normal file
21
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,21 @@
|
|||
{
|
||||
// Use IntelliSense to learn about possible attributes.
|
||||
// Hover to view descriptions of existing attributes.
|
||||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"name": "index.html",
|
||||
"type": "firefox",
|
||||
"request": "launch",
|
||||
"reAttach": true,
|
||||
"file": "${workspaceFolder}/index.html",
|
||||
"reloadOnChange": {
|
||||
"watch": [
|
||||
"${workspaceFolder}/**/*.css",
|
||||
"${workspaceFolder}/**/*.html",
|
||||
],
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
|
@ -6,9 +6,9 @@
|
|||
<link rel="stylesheet" href="src/targets/skeleton.root.css">
|
||||
<link rel="stylesheet" href="src/targets/paper.root.css">
|
||||
<link rel="stylesheet" href="src/targets/hacker.root.css">
|
||||
<link rel="stylesheet" href="src/targets/royalblue.root.css">
|
||||
<link rel="stylesheet" href="src/targets/sophon.root.css">
|
||||
<link rel="stylesheet" href="src/targets/amber.root.css">
|
||||
<link rel="stylesheet" href="src/targets/royalblue.root.css">
|
||||
<title>Bluelib 3</title>
|
||||
</head>
|
||||
<body class="theme-bluelib">
|
||||
|
@ -18,7 +18,7 @@
|
|||
<main class="main layout-threecol-center">
|
||||
<article>
|
||||
<h1>
|
||||
Bluelib 3
|
||||
Bluelib 3 Example
|
||||
</h1>
|
||||
<section class="chapter">
|
||||
<h2>
|
||||
|
|
Loading…
Reference in a new issue