Ngiler SH3LL 360
Home
Information
Create File
Create Folder
:
/
home
/
tbf
/
new2023.tbf.ro
/
Information Server
MySQL :
OFF
Perl :
OFF
CURL :
ON
WGET :
OFF
PKEXEC :
OFF
Directive
Local Value
IP Address
89.40.16.97
System
Linux server.atelieruldeit.ro 3.10.0-1160.el7.x86_64 #1 SMP Mon Oct 19 16:18:59 UTC 2020 x86_64
User
tbf
PHP Version
7.3.33
Software
Apache
Doc root
Writable
close
Edit File :
tailwind.config.js
| Size :
1.43
KB
Copy
const defaultTheme = require('tailwindcss/defaultTheme') module.exports = { content: ["./dist/**/*.{html,js}"], theme: { extend: { colors: { 'galben': { '50': '#fefbe8', '100': '#fff8c2', '200': '#ffee88', '300': '#ffdc44', '400': '#fec710', '500': '#eeae04', '600': '#cd8501', '700': '#a45d04', '800': '#87490c', '900': '#733c10', '950': '#431e05', }, 'neutru': { '50': '#f6f6f5', '100': '#e7e7e6', '200': '#d2d1cf', '300': '#b3b2ad', '400': '#8c8b84', '500': '#717069', '600': '#605f5a', '700': '#51514d', '800': '#474743', '900': '#3e3e3b', '950': '#111110', }, }, borderRadius: { '4xl': '2rem', '5xl': '3rem', '6xl': '5rem', }, gridTemplateColumns: { // Simple 16 column grid '20': 'repeat(20, minmax(0, 1fr))', }, animation: { }, keyframes: { }, fontFamily: { sans: ["Inter", "sans-serif"], display: ['soleil', 'sans-serif'], writing: ["Gochi Hand", "mono"], }, }, }, plugins: [ require("@tailwindcss/aspect-ratio"), require("@tailwindcss/forms"), require("@tailwindcss/line-clamp"), require("@tailwindcss/typography"), ], }
Back