1
0
mirror of https://github.com/comatory/fb2iCal synced 2025-02-17 12:10:36 +01:00

make table nicer with background color

This commit is contained in:
Ondrej Synacek 2019-11-14 09:24:55 +01:00
parent f2c320e068
commit 4fe9a9d5fd
6 changed files with 18 additions and 7 deletions

View File

@ -1,4 +1,4 @@
// Worker v12
// Worker v13
self.addEventListener('install', (event) => {
event.waitUntil(
@ -7,7 +7,7 @@ self.addEventListener('install', (event) => {
'/',
'/favicon.ico',
'/scripts.js?5',
'/style.css?7',
'/style.css?8',
'/about?2',
'/icon-512.png',
])

View File

@ -3,7 +3,6 @@
@font-face {
font-family: "system";
font-style: normal;
font-weight: 300;
src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
@ -132,6 +131,18 @@ input#url {
display: none;
}
thead {
font-weight: 800;
}
tbody tr:nth-child(odd) {
background-color: whitesmoke;
}
tbody tr:nth-child(even) {
background-color: #e8e8e8;
}
td.actions {
display: flex;
justify-content: space-between;

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css?7">
<link rel="stylesheet" type="text/css" href="/style.css?8">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<title>Facebook Events to iCal Converter | about</title>
</head>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css?7">
<link rel="stylesheet" type="text/css" href="/style.css?8">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<title>Facebook Events to iCal Converter | about</title>
</head>

View File

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="/style.css?7">
<link rel="stylesheet" type="text/css" href="/style.css?8">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<title>Facebook Events to iCal Converter | about</title>
</head>

View File

@ -5,7 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" sizes="180x180" href="/icon-180.png">
<link rel="stylesheet" type="text/css" href="/style.css?7">
<link rel="stylesheet" type="text/css" href="/style.css?8">
<title>Facebook Event to iCal Converter</title>
</head>