diff --git a/src/App.vue b/src/App.vue index a1bc617..3859c84 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,16 +1,16 @@ \ No newline at end of file diff --git a/src/components/Papers.vue b/src/components/papers/PaperList.vue similarity index 87% rename from src/components/Papers.vue rename to src/components/papers/PaperList.vue index 7635567..e480281 100644 --- a/src/components/Papers.vue +++ b/src/components/papers/PaperList.vue @@ -1,4 +1,5 @@ @@ -74,7 +81,7 @@ export default { @click.prevent="openPaper()" >

{{ paper.name }}

-

{{ paper.published_at }}: {{ paper.paper_type}} von {{ paper.originator }}

+

{{ date(paper.published_at) }}: {{ paper.paper_type}} von {{ paper.originator }}

diff --git a/tailwind.config.js b/tailwind.config.js index 96daed7..a1923c3 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,16 +12,16 @@ export default { colors: { 'text': { // hand-choosen 50: '#FDFDFD', - 100: '#F3F3F6', - 200: '#DCDCE7', - 300: '#C0BFD9', - 400: '#AAA8CF', - 500: '#8A86BB', - 600: '#6C68A1', - 700: '#554F84', - 800: '#403B67', - 900: '#2C2849', - 950: '#1A182C', + 100: '#F6F6F6', + 200: '#E8E8E7', + 300: '#D9D9D9', + 400: '#D0D0CF', + 500: '#BBBBBB', + 600: '#A1A1A1', + 700: '#848484', + 800: '#686867', + 900: '#494949', + 950: '#2C2C2C', }, 'background': { // hand-choosen 50: '#FDFDFD',