Lucas Stadler лет назад: 10
Родитель
Сommit
724db63f67
1 измененных файлов с 8 добавлено и 8 удалено
  1. 8 8
      glsl/docs.js

+ 8 - 8
glsl/docs.js

5
var styleEl = document.createElement("style");
5
var styleEl = document.createElement("style");
6
styleEl.textContent = `
6
styleEl.textContent = `
7
#toggle {
7
#toggle {
8
position: absolute;
9
bottom: 0.5ex;
10
right: 1ex;
11
z-index: 3;
12
font-size: 20px;
13
font-weight: bold;
14
color: white;
15
text-decoration: none;
8
  position: absolute;
9
  bottom: 0.5ex;
10
  right: 1ex;
11
  z-index: 3;
12
  font-size: 20px;
13
  font-weight: bold;
14
  color: white;
15
  text-decoration: none;
16
}
16
}
17
17
18
#docs {
18
#docs {