mirror of
https://github.com/TeamNewPipe/CrashReportToMarkdown
synced 2025-10-05 23:42:40 +02:00
Remove unused code and add gengeric font default
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<style>
|
||||
html, body {
|
||||
font-family: Roboto, Arial;
|
||||
font-family: Roboto, Arial, sans-serif;
|
||||
margin: 0;
|
||||
padding: 15px;
|
||||
background: #f3eff2;
|
||||
@@ -65,12 +65,6 @@
|
||||
#clipboard-message.visible {
|
||||
opacity: 1;
|
||||
}
|
||||
@keyframes clipboard {
|
||||
0% {opacity: 0;}
|
||||
30% {opacity: 1;}
|
||||
70% {opacity: 1;}
|
||||
100% {opacity: 0;}
|
||||
}
|
||||
a button {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
|
Reference in New Issue
Block a user