1
0
Fork 0

add link to the explanation by savage13 (#16)

This commit is contained in:
Michael 2022-08-08 11:52:12 -07:00 committed by GitHub
parent f3bfa5f79b
commit eaa887f592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 11 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "botw-hundo-dupl", "name": "botw-hundo-dupl",
"version": "2.1.2", "version": "2.1.3",
"homepage": "https://dupl.itntpiston.app/", "homepage": "https://dupl.itntpiston.app/",
"private": true, "private": true,
"dependencies": { "dependencies": {

View file

@ -153,6 +153,7 @@ export const App: React.FC = () => {
<div id="NavBar" style={{ <div id="NavBar" style={{
backgroundColor: "#262626", backgroundColor: "#262626",
color: "#ffffff",
height: 40 height: 40
}}> }}>
<button className="MainButton" onClick={()=>{ <button className="MainButton" onClick={()=>{
@ -167,7 +168,7 @@ export const App: React.FC = () => {
<button className="MainButton" onClick={()=>{ <button className="MainButton" onClick={()=>{
setPage("#options"); setPage("#options");
}}>Options</button> }}>Options</button>
Helpful reading for understanding IST: <a href="https://restite.org/reload/#">https://restite.org/reload</a> by savage13
</div> </div>
<div id="SidePane" style={{ <div id="SidePane" style={{

View file

@ -12,3 +12,11 @@ code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New', font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace; monospace;
} }
a {
color: #b7f1ff
}
a:visited{
color: #b7afff
}