diff --git a/index.html b/index.html index 41649e0..611e5d1 100644 --- a/index.html +++ b/index.html @@ -1,5 +1,5 @@ - + diff --git a/lod.html b/lod.html index b0e3388..f6d40a1 100644 --- a/lod.html +++ b/lod.html @@ -1,5 +1,5 @@ - + diff --git a/theme.css b/theme.css index 55ec389..03d6baf 100644 --- a/theme.css +++ b/theme.css @@ -1,6 +1,6 @@ body { height: 100%; - font-family: 'Courier New', Courier, monospace; + /* font-family: 'Courier New', Courier, monospace; */ font-size: 16px; } @@ -23,9 +23,9 @@ a { } input { - width: 98%; + width: 97%; height: 32px; - margin-top: 3px; + margin-top: 5px; line-height: 32px; } @@ -33,7 +33,10 @@ button { height: 32px; width: 128px; text-align: center; - background-color: deepskyblue; - border: 0; + + background-color: #f6f8fa; + color: #24292f; + border: 1px solid; border-radius: 6px; + border-color: rgba(27, 31, 36, 0.15); } \ No newline at end of file