aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/styles/BlockAnchor.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/BlockAnchor.ts')
-rw-r--r--src/styles/BlockAnchor.ts21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/styles/BlockAnchor.ts b/src/styles/BlockAnchor.ts
deleted file mode 100644
index 05eb2a2..0000000
--- a/src/styles/BlockAnchor.ts
+++ /dev/null
@@ -1,21 +0,0 @@
-import styled from "styled-components";
-
-export default styled.a`
- padding: 8px;
- width: 328px;
- display: block;
- text-align: center;
- -webkit-text-decoration: none;
- text-decoration: none;
- color: #666;
- &:visited,
- &:active {
- padding: 8px;
- width: 328px;
- display: block;
- text-align: center;
- -webkit-text-decoration: none;
- text-decoration: none;
- color: #666;
- }
-`;