mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-11 05:38:31 +00:00
more tweaks
This commit is contained in:
parent
44c56e42a5
commit
50cc8e2077
@ -56,7 +56,7 @@
|
||||
<meta property="twitter:image" content="./media/vdoNinja_logo_full.png" />
|
||||
<meta name="msapplication-TileColor" content="#da532c" />
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
<link rel="stylesheet" href="./main.css?ver=309" />
|
||||
<link rel="stylesheet" href="./main.css?ver=310" />
|
||||
<script type="text/javascript" crossorigin="anonymous" src="./thirdparty/adapter.js"></script>
|
||||
<style id="lightbox-animations" type="text/css"></style>
|
||||
<!-- <link rel="manifest" href="manifest.json" /> -->
|
||||
@ -644,8 +644,8 @@
|
||||
</select>
|
||||
</div>
|
||||
<br />
|
||||
<div id="audioScreenCaptureDocs" data-translate="application-audio-capture">For application-specific audio capture, <a href='https://docs.vdo.ninja/audio' target="_blank">see here</a></div>
|
||||
<div id="audioScreenCaptureDocs2" data-translate="1080p-screen-capture-guide">For achieving 1080p60 game-capture, <a href='https://docs.vdo.ninja/guides/how-to-screen-share-in-1080p' target="_blank">see here</a></div>
|
||||
<div id="audioScreenCaptureDocs" data-translate="application-audio-capture">For application-specific audio capture, <a href='https://docs.vdo.ninja/audio' target="_blank">see here</a></div>
|
||||
<div id="audioScreenCaptureDocs2" data-translate="1080p-screen-capture-guide">For achieving 1080p60 game-capture, <a href='https://docs.vdo.ninja/guides/how-to-screen-share-in-1080p' target="_blank">see here</a></div>
|
||||
|
||||
</div>
|
||||
<div class="outer close">
|
||||
|
||||
34
main.css
34
main.css
@ -43,11 +43,17 @@
|
||||
--a-darker-focus: #55cdb8;
|
||||
--a-darker-active: #42a896;
|
||||
|
||||
--a-link: #6eb4a8;
|
||||
--a-visited: #6eb4a8;
|
||||
--a-hover: #67c0b1;
|
||||
--a-focus: #67c0b1;
|
||||
--a-active: #61ada0;
|
||||
--a-lighter-link: #9ed0e1;
|
||||
--a-lighter-visited: #9ed0e1;
|
||||
--a-lighter-hover: #8acee4;
|
||||
--a-lighter-focus: #8acee4;
|
||||
--a-lighter-active: #89d5ee;
|
||||
|
||||
--a-link: #144267;
|
||||
--a-visited: #144267;
|
||||
--a-hover: #38668c;
|
||||
--a-focus: #38668c;
|
||||
--a-active: #0165b5;
|
||||
|
||||
/* -- Box colors */
|
||||
--director-box: rgb(165 119 18);
|
||||
@ -253,6 +259,22 @@ a {
|
||||
color: var(--a-dark-active);
|
||||
}
|
||||
|
||||
.infoblob a:link {
|
||||
color: var(--a-lighter-link);
|
||||
}
|
||||
.infoblob a:visited {
|
||||
color: var(--a-lighter-visited);
|
||||
}
|
||||
.infoblob a:hover {
|
||||
color: var(--a-lighter-hover);
|
||||
}
|
||||
.infoblob a:focus {
|
||||
color: var(--a-lighter-focus);
|
||||
}
|
||||
.infoblob a:active {
|
||||
color: var(--a-lighter-active);
|
||||
}
|
||||
|
||||
.darktheme .infoblob a:link {
|
||||
color: var(--a-darker-link);
|
||||
}
|
||||
@ -5088,7 +5110,7 @@ input[type='range'] {
|
||||
cursor: pointer;
|
||||
font-weight: bold;
|
||||
margin: 10px 0px 0px 0px;
|
||||
background-color: rgb(127 154 189);
|
||||
background-color: #92bbde;
|
||||
}
|
||||
|
||||
.darktheme #popupSelector {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user